'Declaration Protected Overridable Sub MoveItem( _ ByVal oldIndex As Integer, _ ByVal newIndex As Integer _ )
'Usage Dim instance As ContentElementCollection(Of T) Dim oldIndex As Integer Dim newIndex As Integer instance.MoveItem(oldIndex, newIndex)
Parameters
- oldIndex
- The index of the item to move.
- newIndex
- The index where the item is to be moved.